nhooyr.io/websocket.mu.lock (method)
8 uses
nhooyr.io/websocket (current package)
close.go#L178: err := c.readMu.lock(ctx)
conn.go#L279: func (m *mu) lock(ctx context.Context) error {
read.go#L332: err = c.readMu.lock(ctx)
read.go#L398: err = mr.c.readMu.lock(mr.ctx)
write.go#L125: err := mw.mu.lock(ctx)
write.go#L149: err = mw.writeMu.lock(mw.ctx)
write.go#L194: err = mw.writeMu.lock(mw.ctx)
write.go#L247: err = c.writeFrameMu.lock(ctx)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |